home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 91 / MacAddict_091_2004-03.iso / pc / Software / Interface / ThemePark 1.2.1.dmg / ThemePark.app / Contents / Info.plist < prev    next >
Encoding:
Extensible Markup Language  |  2003-12-08  |  2.8 KB  |  106 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>*</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>All Files</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>????</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.             <key>NSDocumentClass</key>
  23.             <string>ResourceTemplateController</string>
  24.         </dict>
  25.         <dict>
  26.             <key>CFBundleTypeExtensions</key>
  27.             <array>
  28.                 <string>tpark</string>
  29.             </array>
  30.             <key>CFBundleTypeIconFile</key>
  31.             <string>ThemeDocumentIcon.icns</string>
  32.             <key>CFBundleTypeName</key>
  33.             <string>Read-Only Theme</string>
  34.             <key>CFBundleTypeOSTypes</key>
  35.             <array>
  36.                 <string>????</string>
  37.             </array>
  38.             <key>CFBundleTypeRole</key>
  39.             <string>Editor</string>
  40.             <key>NSDocumentClass</key>
  41.             <string>ResourceTemplateController</string>
  42.         </dict>
  43.         <dict>
  44.             <key>CFBundleTypeExtensions</key>
  45.             <array>
  46.                 <string>rsrc</string>
  47.             </array>
  48.             <key>CFBundleTypeIconFile</key>
  49.             <string>RSRCDocumentIcon.icns</string>
  50.             <key>CFBundleTypeName</key>
  51.             <string>Resource File</string>
  52.             <key>CFBundleTypeOSTypes</key>
  53.             <array>
  54.                 <string>????</string>
  55.             </array>
  56.             <key>CFBundleTypeRole</key>
  57.             <string>Editor</string>
  58.             <key>NSDocumentClass</key>
  59.             <string>ResourceTemplateController</string>
  60.         </dict>
  61.         <dict>
  62.             <key>CFBundleTypeExtensions</key>
  63.             <array>
  64.                 <string>tpark</string>
  65.             </array>
  66.             <key>CFBundleTypeIconFile</key>
  67.             <string>ThemeDocumentIcon.icns</string>
  68.             <key>CFBundleTypeName</key>
  69.             <string>Editable Theme</string>
  70.             <key>CFBundleTypeOSTypes</key>
  71.             <array>
  72.                 <string>????</string>
  73.             </array>
  74.             <key>CFBundleTypeRole</key>
  75.             <string>Editor</string>
  76.             <key>NSDocumentClass</key>
  77.             <string>ResourceTemplateController</string>
  78.         </dict>
  79.     </array>
  80.     <key>CFBundleExecutable</key>
  81.     <string>ThemePark</string>
  82.     <key>CFBundleGetInfoString</key>
  83.     <string>ThemePark 1.2.1, Copyright ¬© 2002, 2003 Geekspiff.</string>
  84.     <key>CFBundleIconFile</key>
  85.     <string>icon.icns</string>
  86.     <key>CFBundleIdentifier</key>
  87.     <string>com.geekspiff.themepark</string>
  88.     <key>CFBundleInfoDictionaryVersion</key>
  89.     <string>6.0</string>
  90.     <key>CFBundleName</key>
  91.     <string>ThemePark</string>
  92.     <key>CFBundlePackageType</key>
  93.     <string>APPL</string>
  94.     <key>CFBundleShortVersionString</key>
  95.     <string>ThemePark 1.2.1</string>
  96.     <key>CFBundleSignature</key>
  97.     <string>Th¬µP</string>
  98.     <key>CFBundleVersion</key>
  99.     <string>1.2.1</string>
  100.     <key>NSMainNibFile</key>
  101.     <string>MainMenu</string>
  102.     <key>NSPrincipalClass</key>
  103.     <string>NSApplication</string>
  104. </dict>
  105. </plist>
  106.